-
Notifications
You must be signed in to change notification settings - Fork 18
Feature/t3iux03/update angular #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Feature/t3iux03/update angular #243
Conversation
0806c73 to
54cc3d9
Compare
|
Library peer dependencies not updated - projects/material-addons/package.json still shows >= 16.0.0 for Angular packages instead of >= 21.0.0 |
|
As we have already the branch for the "old" version we must make sure we have really all latest master fixes on that version-branch, too (I have not checked that, yet) |
poixpem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incomplete migration - data-table.component.html still has multiple legacy *ngIf/*ngFor/*ngSwitch directives that weren't migrated to the new @if/@for/@switch syntax
343496e to
01e50f9
Compare
Rebased with all of the latest changes from master branch |
Yes, you're right. Missed this somehow. But fixed it now |
|
P.S. Cypress tests updates will be provided in a different PR. To not make this PR huge (which is already like that :) )Thanks for understanding. |
Description
Update Angular version to v21. Updated several components and tests
Which Component is affected or generated?
Affected components was changed mainly to a new control flow appliance and structural directives usage removal (NgIf, NgFor). But also several changes applied to remove private API variables usage